Overload | Description |
---|---|
Item(Object) | Gets the object with the specified OID or numeric index. |
Item | Returns the item at the specified index (Inherited from ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>) |
Overload | Description |
---|---|
Item(Object) | Gets the object with the specified OID or numeric index. |
Item | Returns the item at the specified index (Inherited from ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>) |
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index is a numeric value that is outside the bounds of the collection. |
System.ArgumentException | Thrown if index is not an integer, string, or OID. |